GET /Session/{id}/

Gets information about a session.
 

Request

Method Request URI
GET /API/Session/{id}/?includeSecureAttributes=value&sessionId=value

URI Parameters

URI Parameter Description
includeSecureAttributes A flag indicating whether or not to include secure custom attribute values. Flag is ignored if caller isn't an administrator.
sessionId The ID of the current session.

Path Parameters

Path Parameter Description
id The ID of the session which will be retrieved.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.SessionData object containing the requested information, or a status code indicating the reason for failure.